projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e08a69b
)
make inclusion of sys/time.h !WIN32 specific.
author
robertl
<robertl>
Thu, 12 Jun 2003 01:30:05 +0000
(
01:30
+0000)
committer
robertl
<robertl>
Thu, 12 Jun 2003 01:30:05 +0000
(
01:30
+0000)
jeeps/gpsserial.c
patch
|
blob
|
history
diff --git
a/jeeps/gpsserial.c
b/jeeps/gpsserial.c
index 7948cc7f88c04281c5815b3699042b6d349c1f9e..d03d6f7656ec0fd222bda832a59ca6fee03b4608 100644
(file)
--- a/
jeeps/gpsserial.c
+++ b/
jeeps/gpsserial.c
@@
-136,6
+136,7
@@
int32 GPS_Serial_Read(int32 ignored, void *ibuf, int size)
#else
#include <sys/ioctl.h>
+#include <sys/time.h>
#include <termios.h>
static struct termios gps_ttysave;